home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / MacOS / QuickDraw™ 3D 1.0.6F4 SDK / Samples / SampleCode / CommonSample / fileStuff.h < prev    next >
Encoding:
Text File  |  1995-06-08  |  372 b   |  15 lines  |  [TEXT/MPCC]

  1. // Quickdraw 3D sample code
  2. //
  3. // Nick Thompson, AppleLink: DEVSUPPORT (devsupport@applelink.apple.com)
  4. //
  5. // ©1994-5 Apple Computer Inc., All Rights Reserved
  6.  
  7. #ifndef _FILE_STUFF_
  8. #define _FILE_STUFF_
  9.  
  10.  
  11. void WriteGroupToFile( TQ3FileObject file, TQ3GroupObject theData, TQ3ViewObject theView) ;
  12. Boolean WriteFile(TQ3GroupObject theData, TQ3ViewObject theView ) ;
  13.  
  14.  
  15. #endif